home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1337 / pman.ex_ / 0 / RCDATA / TADDDATA / TADDDATA.txt
Encoding:
Text File  |  1996-09-29  |  1.7 KB  |  95 lines

  1. object adddata: Tadddata
  2.   Left = 264
  3.   Top = 270
  4.   ActiveControl = aname
  5.   BorderStyle = bsSingle
  6.   Caption = 'Data Entry'
  7.   ClientHeight = 172
  8.   ClientWidth = 366
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 73
  21.     Height = 13
  22.     Caption = 'Program Name '
  23.   end
  24.   object Label2: TLabel
  25.     Left = 8
  26.     Top = 56
  27.     Width = 193
  28.     Height = 13
  29.     Caption = 'RUN file name (double click for directory)'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 8
  33.     Top = 104
  34.     Width = 337
  35.     Height = 13
  36.     Caption = 
  37.       'SETUP file name (double click for directory) (enter NONE for  no' +
  38.       '  setup)'
  39.   end
  40.   object aname: TEdit
  41.     Left = 8
  42.     Top = 24
  43.     Width = 353
  44.     Height = 21
  45.     TabOrder = 0
  46.   end
  47.   object arun: TEdit
  48.     Left = 8
  49.     Top = 72
  50.     Width = 353
  51.     Height = 21
  52.     TabOrder = 1
  53.     OnDblClick = arunDblClick
  54.   end
  55.   object asetup: TEdit
  56.     Left = 8
  57.     Top = 120
  58.     Width = 353
  59.     Height = 21
  60.     TabOrder = 2
  61.     OnDblClick = asetupDblClick
  62.   end
  63.   object save: TButton
  64.     Left = 240
  65.     Top = 152
  66.     Width = 57
  67.     Height = 17
  68.     Caption = 'Save'
  69.     TabOrder = 4
  70.     OnClick = saveClick
  71.   end
  72.   object cancel: TButton
  73.     Left = 304
  74.     Top = 152
  75.     Width = 57
  76.     Height = 17
  77.     Caption = 'Cancel'
  78.     TabOrder = 5
  79.     OnClick = cancelClick
  80.   end
  81.   object winprog: TCheckBox
  82.     Left = 8
  83.     Top = 144
  84.     Width = 137
  85.     Height = 25
  86.     Caption = 'Windows Program'
  87.     TabOrder = 3
  88.   end
  89.   object openit: TOpenDialog
  90.     FileEditStyle = fsEdit
  91.     Left = 16
  92.     Top = 184
  93.   end
  94. end
  95.